From: Luka Perkov Date: Thu, 11 Jul 2013 13:40:08 +0000 (+0000) Subject: snort: add libuuid as dependency X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=148deac050569591675d1c48874b86a9df6dc3c3;p=openwrt%2Fsvn-archive%2Fpackages.git snort: add libuuid as dependency Signed-off-by: Jiri Slachta SVN-Revision: 37238 --- diff --git a/net/snort/Makefile b/net/snort/Makefile index 514e59968..703c3b395 100644 --- a/net/snort/Makefile +++ b/net/snort/Makefile @@ -26,7 +26,7 @@ define Package/snort/Default SUBMENU:=Firewall SECTION:=net CATEGORY:=Network - DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +zlib + DEPENDS:=+libpcap +libpcre +libdnet +libdaq +libpthread +libuuid +zlib TITLE:=Lightweight Network Intrusion Detection System URL:=http://www.snort.org/ endef @@ -62,7 +62,7 @@ endef define Package/snort-pgsql $(call Package/snort/Default) - DEPENDS+= +libpq + DEPENDS+= +libpq +libuuid TITLE+= (PostgreSQL) VARIANT:=pgsql endef